net/http.http2ClientConn.closed (field)

14 uses

	net/http (current package)
		h2_bundle.go#L7624: 	closed           bool
		h2_bundle.go#L8302: 		Closed:               cc.closed,
		h2_bundle.go#L8354: 	if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
		h2_bundle.go#L8363: 		!cc.closed &&
		h2_bundle.go#L8450: 	cc.closed = true
		h2_bundle.go#L8482: 			if len(cc.streams) == 0 || cc.closed {
		h2_bundle.go#L8483: 				cc.closed = true
		h2_bundle.go#L8536: 	cc.closed = true
		h2_bundle.go#L9043: 		if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
		h2_bundle.go#L9049: 		if cc.closed || !cc.canTakeNewRequestLocked() {
		h2_bundle.go#L9293: 		if cc.closed {
		h2_bundle.go#L9402: 		cc.closed = true
		h2_bundle.go#L9471: 	cc.closed = true
		h2_bundle.go#L10598: 	if cc.cc.closed {